projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dcbce9
)
Enable debug=y by default in the build.
author
Keir Fraser
<keir.fraser@citrix.com>
Tue, 6 Apr 2010 06:16:47 +0000
(07:16 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Tue, 6 Apr 2010 06:16:47 +0000
(07:16 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Config.mk
patch
|
blob
|
history
diff --git
a/Config.mk
b/Config.mk
index a94aceac4e57235b391be3492e080875e060f6ed..6d6fb78c48ad1289e4179be1fe7b11009a383014 100644
(file)
--- a/
Config.mk
+++ b/
Config.mk
@@
-1,7
+1,7
@@
# -*- mode: Makefile; -*-
# A debug build of Xen and tools?
-debug ?=
n
+debug ?=
y
XEN_COMPILE_ARCH ?= $(shell uname -m | sed -e s/i.86/x86_32/ \
-e s/i86pc/x86_32/ -e s/amd64/x86_64/)